projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6389f13
)
Fix compilation warning: cast to GTK_WIDGET
author
Javier Jardón
<jjardon@gnome.org>
Wed, 18 Nov 2009 03:16:23 +0000
(
04:16
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:51:19 +0000
(
01:51
+0200)
gtk/gtkaccellabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccellabel.c
b/gtk/gtkaccellabel.c
index 49cdbee03ceebe166454da42c04bc47171cdf9ad..c02be06cc51ccd849edf055d612467cbfa8e87e4 100644
(file)
--- a/
gtk/gtkaccellabel.c
+++ b/
gtk/gtkaccellabel.c
@@
-382,7
+382,7
@@
gtk_accel_label_expose_event (GtkWidget *widget,
direction = gtk_widget_get_direction (widget);
- if (gtk_widget_is_drawable (widget))
+ if (gtk_widget_is_drawable (widget))
{
guint ac_width;
GtkAllocation allocation;